home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / FPCLIB36.ZIP;1 / FPCLIB36.ZIP / LIBBCC / MAKEFILE < prev    next >
Encoding:
Text File  |  1993-03-26  |  434 b   |  15 lines

  1. drive=c:\pl\bc31
  2. options=-v -vi
  3. linkdebug=/m /v
  4. compiler=bcc -c -Od -d -ml
  5. libs=tlib
  6.  
  7. test.exe       : test.obj
  8.                  tlink $(linkdebug) $(drive)\lib\c0l test, \
  9.                        test.exe,                           \
  10.                        test,                               \
  11.                        fpclib fpcwin $(drive)\lib\cl
  12.  
  13. test.obj       : test.c
  14.                  $(compiler) $(options) test.c
  15.